home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / frontdog.zip / FRONTDOG.TXT
Text File  |  1990-11-11  |  6KB  |  191 lines

  1.                     DogFight Ver.2 and FrontDoor 1.99c
  2.                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.                             Set-up Helper Text
  4.                         CopyRight November 11,1990
  5.  
  6. This is a little file I thought would be useful to those SpitFire Sysops
  7. who use FrontDoor and FidoNet.  Chris Tysons New Utility Program called
  8. DogFight will Import and Export FidoNet Messages directly from SpitFires
  9. Message Base thus eliminating the need for a Door or another BBS program.
  10.  
  11.  
  12. I had no problem importing messages into SpitFire using DogFight with 
  13. FrontDoor.  I set up FrontDoor so it wouldn't exit on any mail recieved.
  14. When an EchoMail packet was recieved FrontDoor exited anyway using this in
  15. my RunFD.bat file.
  16.  
  17. IF ERRORLEVEL 110 GOTO MAILOUT
  18. IF ERRORLEVEL 100 GOTO MAILIN
  19. IF ERRORLEVEL 10 GOTO USERBRK
  20. IF ERRORLEVEL 1 GOTO FDERROR
  21.  
  22. :MAILIN
  23. echo off
  24. cd\dog
  25. DFDECOMP C:\FD\FILES\ C:\DOG\WORK\
  26. IF EXIST C:\DOG\WORK\*.PKT GOTO DFIMPORT
  27. ECHO ****  NO PACKETS FOUND!!!  ****
  28. echo on
  29. cd\fd
  30. GOTO LOOP
  31.  
  32. :DFIMPORT
  33. echo off
  34. CD\DOG
  35. DFIMPORT L
  36. IF EXIST NOTKNOWN.MSG ECHO  ****  NOT KNOWN MESSAGE FILE EXISTS  ****
  37. echo on
  38. CD\FD
  39. GOTO LOOP
  40.  
  41.  
  42. The next step was to figure out how to get FrontDoor to read a *.OUT file.
  43. There really isn't that much out there for the FrontDoor Program as I soon
  44. Found out.  This is how I do my mail exporting so that FrontDoor will find
  45. the mail and send it.  It took about 2 weeks and several other programs to 
  46. make it work.  Below is the rest of the pertainent info in my RunFD.bat file.
  47.  
  48.  
  49. :MAILOUT
  50. CD\DOG
  51. DFEXPORT L
  52. cd\fd
  53. QM PACK -sDOG_MAIL
  54. CONNECT
  55. GOTO LOOP
  56.  
  57. I export my mail manually using FrontDoor errorlevels listed in the previous
  58. example.  The macro key I've set up is, (Shift) F4, and It works just fine.
  59.  
  60.  
  61.                                    Page 1
  62.  
  63.  
  64.  
  65.  
  66.    Now that the FrontDoor setup is out of the way we can get into the really
  67. tough part of it.  Setting up the other programs.   I chose QMail to Mash my 
  68. mail.  I route everything through the Echo Mail Hub in our area, since I'm only
  69. sending and recieving EchoMail into my BBS system.  This is my QM.cfg located 
  70. in my FD directory.
  71.  
  72.  
  73.   Primary_Zone 1
  74.   Address 387/504
  75.   NetMail C:\FD\DUMDIR
  76.   NetFile NoToss C:\FD\Files
  77.   Outbound  C:\FD\PACKETS          1
  78.   Status_Log Qm.Log
  79.   Sysop Tom Blalock
  80.   Secure
  81.   Bad_Msgs C:\FD\Bad_Msgs
  82.   Dupes 2000
  83.   No_Net_Dupes
  84.   No_Content
  85.   No_Net_Toss
  86.    ARC_Unpack    8      arce %s *.PKT /r
  87.    ARC_Unpack    9      pkxarc /r %s *.PKT
  88.    ARC_Unpack   10      pak e %s *.PKT
  89.    ZOO_Unpack    0      zoo xO %s *.PKT
  90.    ZIP_Unpack    0      pkunzip -x %s *.PKT
  91.    LHARC_Unpack  0      lharc x %s *.PKT
  92.   Routing_Config_File  C:\FD\QM_Route.Cfg
  93.   Define_Packer  ZIP             pkzip -a
  94.   Pack  ZIP              1:387/5
  95.  
  96. I have taken out most of the % lines so as to save space in this helper file. 
  97. The unpack stuff is done by DogFight so its not really needed either.  I am 
  98. using PKzip to mash the outbound mail.  I had to create a Bad_msgs Sub Dir. 
  99. in my FD directory.  I also had to create another Dir. so QMail wouldn't scan
  100. my actual NetMail area I still use in FrontDoor.  I named this Sub Dir. DumDir
  101.  
  102. Just for the record my Fido Net Address is 1:387/504 and the EchoMail Hub's is
  103. 1:387/5
  104.  
  105. Now I had to figure out how to make the QM_Route.CFG file.  The QMail Doc's are
  106. kinda sketchy on this file.  This is whats in my QM_Route.CFG file.
  107.  
  108.  
  109. SCHED Dog_Mail All 00:00 00:00
  110.  
  111.    ROUTE CRASH    387/5
  112.  
  113.  
  114. I'm sure theres more you could get this file to do but it works for my purposes.
  115. At the very least it will get ya going in the right Direction.
  116.  
  117. Now that we have the configuration files for QMail setup we'll go onto the next
  118. part of the setup.  This one took a while to find out about aswell.  This next 
  119. program is a New one but should be available in your area if not now real soon.
  120.  
  121. This little program is real easy to set up, its called Connect.  FrontDoor 
  122. sends files AKA packets (*.pkt).  FrontDoor requires a packet to have a file
  123. attachment, thats what the Connect program does.
  124.  
  125.  
  126.                                    Page 2
  127.  
  128.  
  129.  
  130. The control file setup I use for the Connect program is this:
  131.  
  132.  
  133.  
  134. HOLDDIR   C:\FD\PACKETS\
  135. NETMAIL   C:\FD\MAIL\
  136. ZONE       1
  137. NET        387
  138. NODE       504
  139.  
  140.  
  141. Just like I said this one is real easy and has real good Documentation.
  142.  
  143. I hope that this file proves to be of benefit to the FrontDoor/SpitFire 
  144. sysop who's in Fido Net and wants to have EchoMail inside of SpitFire.
  145. All my users really like it.  The way SpitFire reads the messages Statistics
  146. on Log-In makes getting to there Mail real easy.  Easier than most any other 
  147. BBS system I think.
  148.  
  149. Just for Good Measure I'll throw in my DogFight.cfg file. Here's what Mine
  150. looks like.
  151.  
  152.  
  153. Tom Blalock
  154. 1:387/504
  155. 1:387/5
  156. West S.A. BBS San Antonio,Texas Howdy Part'ner (512)523-2373
  157. C:\FD\PACKETS\
  158. C:\DOG\WORK\
  159. C:\SF\MESSAGE\
  160. NETMAIL       06
  161. 387NET        07
  162. BATPOWER      08
  163. DBRIDGE       09
  164. HOME_REPAIR   10
  165. HUMOR         11
  166. FDECHO        12
  167. DOORHELP      13
  168. LAW           14
  169. 4DOS          15
  170. A_CAD         16
  171. INTERUSER     17
  172. DOORWARE      18
  173. LATINO        19
  174. FRANCAIS      20
  175. SCIENCE       21
  176. SALSANET      22
  177. SASALE        23
  178. QUICKBBS      24
  179. SF            25
  180. UFO           26
  181. QUIK_BAS      27
  182. MISSING       28
  183. TELIX         29
  184. ZMODEM        30
  185. BAD_MSGS      31
  186.  
  187. If ya find that this little helper file was of use to you please send a small
  188. donation my way.  Send it to: Tom Blalock  9319 Village Lance San Antonio, TX.
  189.                                                                    78250
  190.  
  191.                                   Page 3